API Documentation
MAIN PAGE
NAMESPACES
CLASSES
Documentation
Headers
NilkinsScripts
Exporter
Project
ProjectLoadResult.h
1
// ProjectLoadResult.h
3
//
5
6
namespace
nkScripts
7
{
11
struct
DLL_SCRIPTS_EXPORT
ProjectLoadResult
final
12
{
13
std::vector<Script*>
_scripts
;
14
} ;
15
}
nkScripts
Encompasses all API of component NilkinsScripts.
Definition:
Environment.h:7
nkScripts::ProjectLoadResult
Holds information about a project load attempt.
Definition:
ProjectLoadResult.h:12
nkScripts::ProjectLoadResult::_scripts
std::vector< Script * > _scripts
Scripts that were found.
Definition:
ProjectLoadResult.h:13
Generated by
Doxygen
1.8.18